home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / tam_surum / Astronoid-v1.2.0.exe / $OUTDIR / data / scripts / lights / las_picas_sun.tcl < prev    next >
Encoding:
Text File  |  2006-03-01  |  736 b   |  40 lines

  1.  
  2.  
  3.  
  4. #new n3dnode /usr/light/static_actor_light
  5. #sel /usr/light/static_actor_light
  6.  
  7. new n3dnode dlight1
  8. sel dlight1
  9.     .ry -135
  10.     .rx -25
  11.     new nlightnode light
  12.     sel light
  13.            .settype  directional
  14.            .setcolor [ expr 235 / 255.0 ] [ expr 203 / 255.0 ] [ expr 140 / 255.0 ] 1
  15.     sel ..  
  16.  
  17. sel ..
  18.  
  19. new n3dnode dlightdiffuse
  20. sel dlightdiffuse
  21.     .ry 215
  22.     .rx 155
  23.     new nlightnode light
  24.     sel light
  25.            .settype  directional
  26.            .setcolor [ expr 49 / 255.0 ] [ expr 50 / 255.0 ] [ expr 37 / 255.0 ] 1
  27.     sel .. 
  28. sel ..
  29.  
  30. new n3dnode dlightamb
  31. sel dlightamb
  32.     new nlightnode light
  33.     sel light
  34.            .settype  ambient
  35.            .setcolor [ expr 122 / 255.0 ] [ expr 104 / 255.0 ] [ expr 90 / 255.0 ] 1
  36.     sel .. 
  37. sel ..
  38.  
  39.  
  40.